/* Base styles (Mobile first) */
body {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* Reusable classes */
.section-header-bar {
    position: relative;
    border-radius: 0 0.3rem 0 0.3rem;
    height: 0.95rem;
    margin-left: -0.8rem;
    margin-bottom: -0.6rem;
    box-shadow: none;
    z-index: -1;
}

/* Mobile styles (up to 767px) */
@media only screen and (max-width: 767px) {

    /* Section Nav bar */
    #GSLogo {
        max-height: 4rem;
        padding-left: 0.4rem;
        padding-top: 0.75rem;
    }

    /* Section End */

    /* Section Our Recent Work */
    #sectionHeaderBarORW {
        position: relative;
        border-radius: 0px .3rem 0px .3rem;
        height: 0.75rem;
        width: 26%;
        padding: 0;
        margin-left: -0.4rem;
        margin-bottom: -1.3rem;
        box-shadow: none;
        z-index: -1;
        background-color: #979683;
    }

    #sectionMorePhotos {
        text-align: right;
        padding-right: 3%;
        height: 1rem;
        font-size: 0.7rem;
    }

    button {
        padding: 0.4rem 2rem 0.4rem 2rem;
        font-size: 0.8rem;
    }

    /* Section End */

    /* Section Our Story */
    #sectionHeaderBarOS {
        background-color: #A3A8AF;
        position: relative;
        border-radius: 0px .3rem 0px .3rem;
        height: 0.75rem;
        width: 26%;
        padding: 0;
        margin-left: -0.4rem;
        margin-bottom: -1.3rem;
        box-shadow: none;
        z-index: -1;
        background-color: #979683;
    }

    #sectionReUseCenter {
        float: right;
        background-color: #979683;
        text-align: center;
        letter-spacing: .1rem;
        border-radius: 0px 0px .8rem .8em;
        height: 1.5rem;
        width: 40%;
        margin-bottom: -1rem;
        padding: 0;
        box-shadow: none;
        z-index: 2;
    }

    #OurStryImg {
        background: url('../IMG/ourStory/seedling-v4.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: .9rem;
        max-width: 98%;
        max-height: 80%;
        border-radius: 0px 1.2rem 1.2rem 1.2rem;
        position: relative;
    }

    #OurStryTxt {
        padding-left: 0.5rem;
        padding-bottom: 5%;
        width: 75%;
        line-height: 150% !important;
        font-size: 0.9rem;
    }

    #OurAwardsLogos {
        width: 10vh;
        height: 100%;
        background: url('../IMG/ourStory/logos-vrt.png');
        background-repeat: no-repeat;
        background-size: 100%;
        top: 1%;
        right: 1%;
        position: absolute;
        z-index: 1;
    }

    #lastButton {
        border-radius: 0px 0px 0px .4rem;
    }

    #sectionMiscText {
        font-size: 0.6rem;
        letter-spacing: 0.1rem;
    }

    .accordion {
        letter-spacing: .1vw;
        border-color: #000000;
        border-style: solid;
        border-width: .1rem 0px 0px 0px;
        font-weight: 520;
        font-family: open-sans, sans-serif;
        background-color: #eee;
        color: #000000;
        cursor: pointer;
        padding-left: .5rem !important;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 88%;
        transition: 0.3s;
    }

    .accordionPanel {
        font-size: 1rem;
        color: #000000;
        font-family: open-sans, sans-serif;
        line-height: 129%;
        text-align: left;
        letter-spacing: 0;
        padding: .3rem .2rem .3rem .9rem;
        display: none;
        background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0.6));
        overflow: hidden;
    }

    /* Section End */

    /* Section Our Location */
    #sectionHeaderBarOL {
        background-color: #D0D0AA;
        position: relative;
        border-radius: 0px .3rem 0px .3rem;
        height: 0.75rem;
        width: 35%;
        padding: 0;
        margin-left: -0.4rem;
        margin-bottom: -0.3rem;
        box-shadow: none;
        z-index: -1;
    }

    #mapMain {
        width: 98%;
        height: 10rem;
        border-radius: 0px 1.2rem 0 0;
    }

    #GSphoneFax {
        flex-direction: column;
        font-size: 0.75rem;
    }

    .mapFooterHeaderText {
        font-size: 0.9rem;
        width: auto;
        font: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        position: relative;
        text-align: center;
    }

    .mapFooter {
        width: 98%;
        border-radius: 0px 0px 0.6rem 0.6rem;
        background-color: #D0D0AA;
        position: relative;
    }

    .mapPhoneText {
        font-size: 0.8rem;
        width: auto;
        font: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        position: relative;
        text-align: center;
    }

    .mapTrimet {
        font-size: .8rem;
        position: relative;
        text-align: center;
    }

    .mapCarpool {
        font-size: 0.5rem;
        font-style: italic;
        position: relative;
        background-color: transparent;
        text-align: center;
    }

    /* Section End */

    /* Section Contact Us */
    #sectionHeaderBarCU {
        background-color: #F3F0AF;
        position: relative;
        border-radius: 0px .3rem 0px .3rem;
        height: 0.75rem;
        width: 30%;
        padding: 0;
        margin-left: -0.4rem;
        margin-bottom: -0.3rem;
        box-shadow: none;
        z-index: -1;
    }

    #sectionEmployment {
        width: 98%;
        padding-top: .5rem;
        font-size: 0.8rem;
        line-height: 1rem;
        text-align: right;
    }

    .contact-container{
		margin-left:0.5rem;
		margin-right:0.5rem;
        position: relative;
        background-color: none;
        border-color: none;
        border-radius: 0px 1.5rem 1.5rem 1.5rem;
		align-content: center;
	}
	.contact.left{
		display:flex;
		flex-direction:column;
		flex-wrap: wrap;
		align-items:start;
		gap:20px;
	}
.contact-inputs{
	width:70%;
	height: 5vh;
	display: flex;
	flex-direction: column;
	border: 2px solid #d0d0aa;
	outline: none;
	padding: 12px;
	font-weight:500;
	color: #778E1D;
	border-radius: 20px;
	background: linear-gradient(#e0dfb9,#ffffff);
	margin:0.2rem auto;
}
.contact-left textarea{
	width:70%;
	diplay:flex;
	margin:auto;
	padding:12px;
	height: 5vh;
	border-radius: 20px;
}
.contact-inputs:focus{
border: 2px solid #778E1D;	
}
.contact-inputs::placeholder{
	color: #515151;
}
.contact-left button{
	display: flex;
	align-items: center;
	padding: 15px 30px;
	font-size: 16px;
	color: #fff;
	gap: 10px;
	border: none;
	border-radius: 50px;
	background: linear-gradient(270deg,#778e1d,#8b9b92);
	cursor:pointer;
	margin:1rem auto;
}
.contact-left button img{
	height: 15px;
}

    #g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    /* Section End */

    /* Section Footer */
    .footerText {
        font-size: 0.8rem;
    }

    .footerContents {
        height: 2vw;
    }

    /* Section End */

    /* Error Messages */
    #noData,
    #noMessage,
    #noEmail {
        font-size: 0.7rem;
    }
}

/* End mobile styles (up to 767px) */


/* Tablet styles (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* Section Nav bar */
    #GSLogo {
        max-height: 5rem;
        padding-left: 0.6rem;
        padding-top: 1rem;
    }

    /* Section Our Recent Work */
    #sectionHeaderBarORW {
        position: relative;
        border-radius: 0px .4rem 0px .4rem;
        height: 1rem;
        width: 22%;
        padding: 0;
        margin-left: -0.5rem;
        margin-bottom: -1.5rem;
        box-shadow: none;
        z-index: -1;
        background-color: #979683;
    }

    #sectionMorePhotos {
        text-align: right;
        padding-right: 4%;
        height: 1.2rem;
        font-size: 0.9rem;
    }

    button {
        padding: 0.5rem 2.5rem 0.5rem 2.5rem;
        font-size: 1rem;
    }

    /* Section Our Story */
    #sectionHeaderBarOS {
        background-color: #A3A8AF;
        position: relative;
        border-radius: 0px .4rem 0px .4rem;
        height: 1rem;
        width: 22%;
        padding: 0;
        margin-left: -0.5rem;
        margin-bottom: -1.5rem;
        box-shadow: none;
        z-index: -1;
        background-color: #979683;
    }

    #sectionReUseCenter {
        float: right;
        background-color: #979683;
        text-align: center;
        letter-spacing: .12rem;
        border-radius: 0px 0px 1rem 1rem;
        height: 1.8rem;
        width: 35%;
        margin-bottom: -1.2rem;
        padding: 0;
        box-shadow: none;
        z-index: 2;
    }

    #OurStryImg {
        background: url('../IMG/ourStory/seedling-v4.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 1.1rem;
        max-width: 98%;
        max-height: 85%;
        border-radius: 0px 1.5rem 1.5rem 1.5rem;
        position: relative;
    }

    #OurStryTxt {
        padding-left: 0.7rem;
        padding-bottom: 6%;
        width: 80%;
        line-height: 160% !important;
        font-size: 1rem;
    }

    #OurAwardsLogos {
        width: 12vh;
        height: 100%;
        background: url('../IMG/ourStory/logos-vrt.png');
        background-repeat: no-repeat;
        background-size: 100%;
        top: 1.5%;
        right: 1.5%;
        position: absolute;
        z-index: 1;
    }

    #lastButton {
        border-radius: 0px 0px 0px .5rem;
    }

    #sectionMiscText {
        font-size: 0.8rem;
        letter-spacing: 0.12rem;
    }

    .accordion {
        letter-spacing: .12vw;
        border-color: #000000;
        border-style: solid;
        border-width: .12rem 0px 0px 0px;
        font-weight: 520;
        font-family: open-sans, sans-serif;
        background-color: #eee;
        color: #000000;
        cursor: pointer;
        padding-left: .7rem !important;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 95%;
        transition: 0.3s;
    }

    .accordionPanel {
        font-size: 1.1rem;
        color: #000000;
        font-family: open-sans, sans-serif;
        line-height: 140%;
        text-align: left;
        letter-spacing: 0;
        padding: .4rem .3rem .4rem 1rem;
        display: none;
        background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0.6));
        overflow: hidden;
    }

    /* Section Our Location */
    #sectionHeaderBarOL {
        background-color: #D0D0AA;
        position: relative;
        border-radius: 0px .4rem 0px .4rem;
        height: 1rem;
        width: 30%;
        padding: 0;
        margin-left: -0.5rem;
        margin-bottom: -0.4rem;
        box-shadow: none;
        z-index: -1;
    }

    #mapMain {
        width: 98%;
        height: 15rem;
        border-radius: 0px 1.5rem 0 0;
    }

    #GSphoneFax {
        flex-direction: row;
        font-size: 0.9rem;
    }

    .mapFooterHeaderText {
        font-size: 1.1rem;
        width: auto;
        font: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        position: relative;
        text-align: center;
    }

    .mapFooter {
        width: 98%;
        border-radius: 0px 0px 0.8rem 0.8rem;
        background-color: #D0D0AA;
        position: relative;
    }

    .mapPhoneText {
        font-size: 1rem;
        width: auto;
        font: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        position: relative;
        text-align: center;
    }

    .mapTrimet {
        font-size: .65rem;
        position: relative;
        text-align: center;
    }

    .mapCarpool {
        font-size: 0.9rem;
        font-style: italic;
        position: relative;
        background-color: transparent;
        text-align: center;
    }

    /* Section Contact Us */
    #sectionHeaderBarCU {
        background-color: #F3F0AF;
        position: relative;
        border-radius: 0px .4rem 0px .4rem;
        height: 1rem;
        width: 26%;
        padding: 0;
        margin-left: -0.5rem;
        margin-bottom: -0.4rem;
        box-shadow: none;
        z-index: -1;
    }

    #sectionEmployment {
        width: 98%;
        padding-top: .7rem;
        font-size: 1rem;
        line-height: 1.2rem;
        text-align: right;
    }

   .contact-container{
		margin-left:1rem;
		margin-right:1rem;
        position: relative;
        background-color: none;
        border-color: none;
        border-radius: 0px 1.5rem 1.5rem 1.5rem;
		align-content: center;
	}
	.contact.left{
		display:flex;
		flex-direction:column;
		flex-wrap: wrap;
		align-items:start;
		gap:20px;
	}
.contact-inputs{
	width:70%;
	height: 5vh;
	display: flex;
	flex-direction: column;
	border: 2px solid #d0d0aa;
	outline: none;
	padding: 12px;
	font-weight:500;
	color: #778E1D;
	border-radius: 20px;
	background: linear-gradient(#e0dfb9,#ffffff);
	margin:1rem auto;
}
.contact-left textarea{
	width:70%;
	diplay:flex;
	margin:auto;
	padding:12px;
	height: 5vh;
	border-radius: 20px;
}
.contact-inputs:focus{
border: 2px solid #778E1D;	
}
.contact-inputs::placeholder{
	color: #515151;
}
.contact-left button{
	display: flex;
	align-items: center;
	padding: 15px 30px;
	font-size: 16px;
	color: #fff;
	gap: 10px;
	border: none;
	border-radius: 50px;
	background: linear-gradient(270deg,#778e1d,#8b9b92);
	cursor:pointer;
	margin:1rem auto;
}
.contact-left button img{
	height: 15px;
}

    #g-recaptcha {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    /* Section Footer */
    .footerText {
        font-size: 1rem;
    }

    .footerContents {
        height: 2.5vw;
    }

    /* Error Messages */
    #noData,
    #noMessage,
    #noEmail {
        font-size: 0.9rem;
    }
}


/* Desktop styles (1025px and above) */
@media only screen and (min-width: 1025px) and (max-width: 2560px) {

    /* Section Nav bar */
    #GSLogo {
        max-height: 6rem;
        padding-left: 1rem;
        padding-top: 1.5rem;
    }

    /* Section Our Recent Work */
    #sectionHeaderBarORW {
        position: relative;
        border-radius: 0px .5rem 0px .5rem;
        height: 1.2rem;
        width: 18%;
        padding: 0;
        margin-left: -0.6rem;
        margin-bottom: -1.8rem;
        box-shadow: none;
        z-index: -1;
        background-color: #979683;
    }

    #sectionMorePhotos {
        text-align: right;
        padding-right: 5%;
        height: 1.5rem;
        font-size: 1.1rem;
    }

    button {
        padding: 0.6rem 3rem 0.6rem 3rem;
        font-size: 1.2rem;
    }

    /* Section Our Story */
    #sectionHeaderBarOS {
        background-color: #A3A8AF;
        position: relative;
        border-radius: 0px .5rem 0px .5rem;
        height: 1.2rem;
        width: 18%;
        padding: 0;
        margin-left: -0.6rem;
        margin-bottom: -1.8rem;
        box-shadow: none;
        z-index: -1;
        background-color: #979683;
    }

    #sectionReUseCenter {
        float: right;
        background-color: #979683;
        text-align: center;
        letter-spacing: .15rem;
        border-radius: 0px 0px 1.2rem 1.2rem;
        height: 2.2rem;
        width: 30%;
        margin-bottom: -1.5rem;
        padding: 0;
        box-shadow: none;
        z-index: 2;
    }

    #OurStryImg {
        background: url('../IMG/ourStory/seedling-v4.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 1.3rem;
        max-width: 98%;
        max-height: 90%;
        border-radius: 0px 1.8rem 1.8rem 1.8rem;
        position: relative;
    }

    #OurStryTxt {
        padding-left: 1rem;
        padding-bottom: 7%;
        width: 85%;
        line-height: 180% !important;
        font-size: 1.2rem;
    }

    #OurAwardsLogos {
        width: 9vh;
        height: 100%;
        background: url('../IMG/ourStory/logos-vrt.png');
        background-repeat: no-repeat;
        background-size: 100%;
        top: 2%;
        right: 2%;
        position: absolute;
        z-index: 1;
    }

    #lastButton {
        border-radius: 0px 0px 0px .6rem;
    }

    #sectionMiscText {
        font-size: 1rem;
        letter-spacing: 0.15rem;
    }

    .accordion {
        letter-spacing: .15vw;
        border-color: #000000;
        border-style: solid;
        border-width: .15rem 0px 0px 0px;
        font-weight: 520;
        font-family: open-sans, sans-serif;
        background-color: #eee;
        color: #000000;
        cursor: pointer;
        padding-left: 1rem !important;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 110%;
        transition: 0.3s;
    }

    .accordionPanel {
        font-size: 1.3rem;
        color: #000000;
        font-family: open-sans, sans-serif;
        line-height: 160%;
        text-align: left;
        letter-spacing: 0;
        padding: .5rem .4rem .5rem 1.2rem;
        display: none;
        background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0.6));
        overflow: hidden;
    }

    /* Section Our Location */
    #sectionHeaderBarOL {
        background-color: #D0D0AA;
        position: relative;
        border-radius: 0px .5rem 0px .5rem;
        height: 1.2rem;
        width: 25%;
        padding: 0;
        margin-left: -0.6rem;
        margin-bottom: -0.5rem;
        box-shadow: none;
        z-index: -1;
    }

    #mapMain {
        width: 98%;
        height: 25rem;
        border-radius: 0px 1.8rem 0 0;
    }

    #GSphoneFax {
        flex-direction: row;
        font-size: 1.1rem;
    }

    .mapFooterHeaderText {
        font-size: 1.3rem;
        width: auto;
        font: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        position: relative;
        text-align: center;
    }

    .mapFooter {
        width: 98%;
        border-radius: 0px 0px 1rem 1rem;
        background-color: #D0D0AA;
        position: relative;
    }

    .mapPhoneText {
        font-size: 1.2rem;
        width: auto;
        font: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        position: relative;
        text-align: center;
    }

    .mapTrimet {
        font-size: 1rem;
        position: relative;
        text-align: center;
    }

    .mapCarpool {
        font-size: .7rem;
        font-style: italic;
        position: relative;
        background-color: transparent;
        text-align: center;
    }

    /* Section Contact Us */
    #sectionHeaderBarCU {
        background-color: #F3F0AF;
        position: relative;
        border-radius: 0px .5rem 0px .5rem;
        height: 1.2rem;
        width: 22%;
        padding: 0;
        margin-left: -0.6rem;
        margin-bottom: -0.5rem;
        box-shadow: none;
        z-index: -1;
    }

    #sectionEmployment {
        width: 98%;
        padding-top: 1rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
        text-align: right;
    }
    #g-recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    /* Section Footer */
    .footerText {
        font-size: 1.2rem;
    }

    .footerContents {
        height: 3vw;
    }

    /* Error Messages */
    #noData,
    #noMessage,
    #noEmail {
        font-size: 1.1rem;
    }
	.contact-container{
		margin-left:7rem;
		margin-right:8.5rem;
        position: relative;
        background-color: none;
        border-color: none;
        border-radius: 0px 1.5rem 1.5rem 1.5rem;
		align-content: center;
	}
	.contact.left{
		display:flex;
		flex-direction:column;
		flex-wrap: wrap;
		align-items:start;
		gap:20px;
	}
.contact-inputs{
	width:70%;
	height: 5vh;
	display: flex;
	flex-direction: column;
	border: 2px solid #d0d0aa;
	outline: none;
	padding: 12px;
	font-weight:500;
	color: #778E1D;
	border-radius: 20px;
	background: linear-gradient(#e0dfb9,#ffffff);
	margin:1rem auto;
}
.contact-left textarea{
	width:70%;
	diplay:flex;
	margin:auto;
	padding:12px;
	height: 5vh;
	border-radius: 20px;
}
.contact-inputs:focus{
border: 2px solid #778E1D;	
}
.contact-inputs::placeholder{
	color: #515151;
}
.contact-left button{
	display: flex;
	align-items: center;
	padding: 15px 30px;
	font-size: 16px;
	color: #fff;
	gap: 10px;
	border: none;
	border-radius: 50px;
	background: linear-gradient(270deg,#778e1d,#8b9b92);
	cursor:pointer;
	margin:1rem auto;
}
.contact-left button img{
	height: 15px;
}}